home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / network / chat / ircii-2.8he / ircii-2 / help / HOOK < prev    next >
Encoding:
Text File  |  1993-05-04  |  481 b   |  16 lines

  1. Usage: HOOK <anything you want>
  2.   This command sends <anything you want> in such a way that it can
  3.   be caught by
  4.     ON HOOK "anything you want"
  5.   or any regular ON syntax. E.g. if you have
  6.     ON HOOK * echo one $* three
  7.   and you send
  8.     HOOK two
  9.   it will display "one two three" as the ON is activated.
  10.   This is useful if you want to put a special hook in a script or 
  11.   alias that you can act upon with an ON HOOK or ignore at will.
  12.  
  13. See Also:
  14.   ON
  15.   ON HOOK
  16.